home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr09 / pafbak.zip / PAFBAK.DOC < prev    next >
Text File  |  1993-06-06  |  4KB  |  92 lines

  1.                              
  2.                                  PAFBak.Com
  3.                      Copyright (C)1988 Jeffrey S. Morley
  4.                             All rights reserved
  5.                             
  6.  
  7. PAFBak.Com is an automated utility to back up your Personal Ancestral 
  8. File genealogy program data files.  It should be run as part of a batch 
  9. file which will run your Family Records (FR) program.  A sample batch file
  10. is included.  A similar batch file can be created for the Research Data 
  11. Filer (RDF) and the Genealogical Information Exchange (GIE).
  12.  
  13. Each time you exit PAF, PAFBak will check the specified directory for
  14. all .DAT files, and will copy them to floppy diskette(s).  If your data
  15. is voluminous, multiple diskettes are automatically supported.  Files are
  16. selected on a best fit basis to reduce the number of back-up diskettes.
  17. Files are NOT split between back-up diskettes.
  18.  
  19. Prior to copying the data to the back-up diskette, the diskette will be 
  20. cleaned of data.
  21.  
  22. PAFBak will format diskettes, if requested.
  23.  
  24. PAFBak will support a mouse, if a mouse driver is found.
  25.  
  26. PAFBak will copy to 360, 720, 1.2 or 1.44 meg diskettes.
  27.  
  28.  
  29. Requirements:
  30.  
  31. PAFBak will only run on a 100% IBM compatible computer, with at least
  32. 256K of memory.  It will run on MONO, HERC, CGA, EGA or VGA monitors, 
  33. but will look best if run on a color system.
  34.  
  35.  
  36. Syntax:
  37.  
  38. PAFBAK [x:]\sourcepath y:
  39.  
  40. Where x:\sourcepath is the full drive and pathname of your PAF data
  41. files location, and y: is the destination drive letter.  
  42.  
  43. The following is a sample batch file to have PAFBak called after each
  44. PAF session.
  45.  
  46. ECHO OFF
  47. CLS
  48. CD\PAF
  49. FR
  50. PAFBAK C:\PAF\DATA A:
  51.  
  52. This batch file will run the PAF Family Records program, and then execute
  53. PAFBak.Com before exiting to DOS. The data files reside in the directory
  54. of \PAF\Data, and the destination drive is the A: drive.
  55.  
  56.  
  57. Remember, your data is ONLY as good as your last backup!
  58.  
  59.  
  60.  
  61. Personal Ancestral File and PAF are trademarks of the Corporation of the          
  62. President of The Church of Jesus Christ of Latter-day Saints.
  63.  
  64. IBM is a registered trademark of International Business Machines Corp.
  65.  
  66. PAFBak.Com was written im BASCOM 6.0, with help from Tom Hanlin's shareware
  67. library of assembly language routines - ADVBAS.  PAFBak is NOT public domain,
  68. and I reserve all rights to the program.  However, you may use or distribute
  69. the program without renumeration to the author.  I only ask that you pass
  70. it along without changes to the program or this documentation.
  71.  
  72.  
  73. ******************************* Disclaimer *********************************
  74. I make no warranty of any kind, either expressed or implied, including but
  75. not limited to implied warranties of merchantability and fitness for a
  76. particular purpose, with respect to this software and the accompanying
  77. documentation.
  78.  
  79. In no event shall Jeffrey S. Morley be liable for any damages (including
  80. damages for loss of business profits, business interruption, loss of
  81. business information, or other pecuniary loss) arising out of the use of
  82. or inability to use this program, even if I have been advised of the
  83. possiblity of such damages.
  84.  
  85. Some states do not allow the limitation or exclusion of liability for 
  86. incidental or consequential damages.  Please refer to the applicable laws
  87. in your state to see if the above limitations apply to you.
  88. ****************************************************************************  
  89.  
  90. Jeffrey S. Morley
  91. August 25, 1988                             
  92.